home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_348 / diseditor / aboutemacsconfig < prev    next >
Text File  |  1992-05-06  |  3KB  |  101 lines

  1.   In the EMACS drawer, there is a config file named "EmacsConfig". This config
  2. will be read as a normal config file by the 3 editor versions; disEd,disEdPlus,
  3. and deluxED.  When used with deluxEDplus, an EMACS keymap will be setup as
  4. follows:
  5.  
  6. Clear                ^XN
  7. Load File            ^XR
  8. Load Clip            ^XQ
  9. Save                 ^XS
  10. Save As (File)       ^XW
  11. Save As (Clip)       ^XC
  12. Quit                 ^C
  13.  
  14. Resize Buffer        ^XB
  15. PageScroll           ESC P
  16. TAB Width            ^XT
  17. Wrap Margin          ESC W
  18. Left Margin          ESC M
  19. Save Config (Boot)   ^[
  20. Save Config (Choose) ^]
  21. Load Config (Boot)   ^ SHIFT [
  22. Load Config (Choose) ^ SHIFT ]
  23. Macro Load           ^-
  24. Macro Save           ^ SHIFT -
  25. Colors               ^1
  26.  
  27. Overstrike           ^XI
  28. Extended OverStrike  ^ALT XI
  29. Word Wrap            ^3
  30. Mark Display         ^4
  31. AutoIndent           ^5
  32. Block Search         ^6
  33. Protect              ^7
  34. Hide Codes           ^8
  35. Extra Wide           ^9
  36. No Icon              ^0
  37.  
  38. Set Mark             ^@  (or ^2)
  39. Cut Text             ^W
  40. Copy Text            ESC W
  41. Insert (Paste) Text  ^Y
  42. Upper Case Clip      ESC U
  43. Lower Case Clip      ESC L
  44. Goto Mark            ^XX
  45. Transfer Clip        ^XZ
  46.  
  47. Delete Line          ^XD
  48. Delete to Line End   ^K
  49. Goto Line            ^XG
  50. Line Status          ^X=
  51. Misc Status          ^X \
  52.  
  53. Delete Spaces        ^X^O
  54. Repeat Last Command  ^ ALT G
  55. Enter Ctrl Char      ^Q
  56. Filter Ctrl Char     ^ ALT Q
  57. Execute DOS Cmd      ^XE
  58. Flip Char Case       ESC ^
  59. Space to TAB         ^ SPACE
  60. TAB to Space         ^ TAB
  61. Paragraph            ^XP
  62.  
  63. Fwd Search (insens)  ^S
  64. Fwd Search (sens)    ^ ALT S
  65. Back Search (insens) ESC S
  66. Back Search (sens)   ESC ALT S
  67. Query Exg (insens)   ESC Q
  68. Query Exg (sens)     ESC ALT Q
  69. Exchange (insens)    ESC R
  70. Exchange (sens)      ESC ALT R
  71.  
  72. Top Of Buffer        ESC <
  73. Bottom Of Buffer     ESC >
  74. Next Page            ^V
  75. Prev Page            ESC V
  76. Next Word            ESC F
  77. Prev Word            ESC B
  78. Goto Line Start      ^A
  79. Goto Line End        ^E
  80. Delete Fwd Word      ESC D
  81. Delete Back Word     ESC H
  82.  
  83.  
  84.   For example, to load a file, hold down the CTRL key, and press X, then R.
  85. Release the CTRL key.
  86.   Certain commands require an additional qualifier key to be held. For example,
  87. to Load a Config file (from boot disk), you must press and hold both the CTRL
  88. and ALT keys, then press [.
  89.   To load this EMACS config file:
  90.  
  91.   1). Select Load Config's Choose Dir
  92.   2). Using the file requester, go to the EMACS drawer (inside of the disEditor
  93.       drawer).
  94.   3). Double-click on "EmacsConfig"
  95.  
  96.   On the other hand, you can copy the EmacsConfig file to the same dir as the
  97. text editor and rename it as DisConfig, in which case it will be automatically
  98. loaded when the editor is started. The same is true if after loading Emacs-
  99. Config, you save it to your boot disk as DisConfig using the Save Config Boot
  100. Disk menu item.
  101.